projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34dfd1
)
(struct window): New member height_fixed_p.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Sep 1999 12:52:25 +0000
(12:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Sep 1999 12:52:25 +0000
(12:52 +0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index 9fabb59ed43505a06b08d819f780a0cb5753a08f..a30d68529c44555950f1fcdc0197f55c01172590 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-260,6
+260,11
@@
struct window
be changed during redisplay. If point is not in the window,
accept that. */
unsigned frozen_window_start_p : 1;
+
+ /* 1 means that this window's height is temporarily fixed. Used
+ in resize_mini_window to precent resizing selected_window, if
+ possible. */
+ unsigned height_fixed_p : 1;
};
/* 1 if W is a minibuffer window. */